Class: MekariSso::Industry
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Attributes inherited from List
Attributes inherited from Config
#accept_language, #access_token, #base_url, #client_id, #client_secret
Instance Method Summary collapse
- #available_keys ⇒ Object
-
#initialize(options = nil) ⇒ Industry
constructor
A new instance of Industry.
Methods inherited from List
Methods inherited from Config
Constructor Details
#initialize(options = nil) ⇒ Industry
Returns a new instance of Industry.
10 11 12 |
# File 'lib/params/industry.rb', line 10 def initialize( = nil) apply() if end |
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
8 9 10 |
# File 'lib/params/industry.rb', line 8 def version @version end |
Instance Method Details
#available_keys ⇒ Object
14 15 16 |
# File 'lib/params/industry.rb', line 14 def available_keys super + i[version] end |