Class: SimpleAMS::Document::Generics::Generic
- Inherits:
-
Struct
- Object
- Struct
- SimpleAMS::Document::Generics::Generic
- Defined in:
- lib/simple_ams/document/generics.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/simple_ams/document/generics.rb', line 6 def name @name end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/simple_ams/document/generics.rb', line 6 def @options end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/simple_ams/document/generics.rb', line 6 def value @value end |