R/StationInfo.R

#' @title Accumulator
#'
#' @export


StationInfo <- R6::R6Class(
  classname = "StationInfo", 
  public = list(
    startSt = NULL,
    stopSt = NULL,
    updateAction = NULL
  )
)
ntyndall/translink.bot documentation built on May 25, 2019, 8:28 p.m.