Class: Tamashii::Config::Attribute::Value

Inherits:
Object
  • Object
show all
Defined in:
lib/tamashii/config/attribute.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute, value) ⇒ Value

Returns a new instance of Value.



13
14
15
16
# File 'lib/tamashii/config/attribute.rb', line 13

def initialize(attribute, value)
  @attribute = attribute
  @value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



11
12
13
# File 'lib/tamashii/config/attribute.rb', line 11

def value
  @value
end