Class: ClarkKent::ResourceOption

Inherits:
Object
  • Object
show all
Defined in:
app/models/clark_kent/resource_option.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ ResourceOption

Returns a new instance of ResourceOption.



5
6
7
# File 'app/models/clark_kent/resource_option.rb', line 5

def initialize params = {}
  params.each { |key, value| send "#{key}=", value }
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'app/models/clark_kent/resource_option.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'app/models/clark_kent/resource_option.rb', line 3

def name
  @name
end