struct

BambooHRCLI::AppConfig

Inherits YAML::Serializable < Struct < Value < Object

Configuration structure that maps to YAML

Constructors

new(company_domain : String, api_key : String, employee_id : String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

api_key
Source
api_key=(api_key : String)
Source
company_domain
Source
company_domain=(company_domain : String)
Source
employee_id
Source
employee_id=(employee_id : String)
Source
valid?
Source