Class: Gelauto::Namespace
- Inherits:
-
Object
- Object
- Gelauto::Namespace
- Defined in:
- lib/gelauto/namespace.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name, type) ⇒ Namespace
constructor
A new instance of Namespace.
Constructor Details
#initialize(name, type) ⇒ Namespace
Returns a new instance of Namespace.
5 6 7 8 |
# File 'lib/gelauto/namespace.rb', line 5 def initialize(name, type) @name = name @type = type end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/gelauto/namespace.rb', line 3 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
3 4 5 |
# File 'lib/gelauto/namespace.rb', line 3 def type @type end |