Class: MekariSso::Industry

Inherits:
List show all
Defined in:
lib/params/industry.rb

Instance Attribute Summary collapse

Attributes inherited from List

#access_token, #limit, #page

Attributes inherited from Config

#accept_language, #access_token, #base_url, #client_id, #client_secret

Instance Method Summary collapse

Methods inherited from List

#validate_required!

Methods inherited from Config

#apply, #validate_required!

Constructor Details

#initialize(options = nil) ⇒ Industry

Returns a new instance of Industry.



10
11
12
# File 'lib/params/industry.rb', line 10

def initialize(options = nil)
  apply(options) if options
end

Instance Attribute Details

#versionObject

Returns the value of attribute version.



8
9
10
# File 'lib/params/industry.rb', line 8

def version
  @version
end

Instance Method Details

#available_keysObject



14
15
16
# File 'lib/params/industry.rb', line 14

def available_keys
  super + i[version]
end