Class: SimpleAMS::Document::Fields::Field
- Inherits:
-
Struct
- Object
- Struct
- SimpleAMS::Document::Fields::Field
- Defined in:
- lib/simple_ams/document/fields.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/simple_ams/document/fields.rb', line 6 def key @key end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/simple_ams/document/fields.rb', line 6 def value @value end |