Class: TokyoMetro::Factory::Convert::Common::Api::MetaClass::Fundamental
- Inherits:
-
Object
- Object
- TokyoMetro::Factory::Convert::Common::Api::MetaClass::Fundamental
- Defined in:
- lib/tokyo_metro/factory/convert/common/api/meta_class/fundamental.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ Fundamental
constructor
A new instance of Fundamental.
Constructor Details
#initialize(object) ⇒ Fundamental
Returns a new instance of Fundamental.
3 4 5 |
# File 'lib/tokyo_metro/factory/convert/common/api/meta_class/fundamental.rb', line 3 def initialize( object ) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
7 8 9 |
# File 'lib/tokyo_metro/factory/convert/common/api/meta_class/fundamental.rb', line 7 def object @object end |