Class: Collada::Parser::Controller
- Inherits:
-
Object
- Object
- Collada::Parser::Controller
- Defined in:
- lib/collada/parser/controller.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Skin
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id, name) ⇒ Controller
constructor
A new instance of Controller.
Constructor Details
#initialize(id, name) ⇒ Controller
Returns a new instance of Controller.
137 138 139 140 |
# File 'lib/collada/parser/controller.rb', line 137 def initialize(id, name) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
142 143 144 |
# File 'lib/collada/parser/controller.rb', line 142 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
143 144 145 |
# File 'lib/collada/parser/controller.rb', line 143 def name @name end |