Class: OdinFlex::AR::Info
- Inherits:
-
Struct
- Object
- Struct
- OdinFlex::AR::Info
- Defined in:
- lib/odinflex/ar.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#size ⇒ Object
Returns the value of attribute size.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def group @group end |
#identifier ⇒ Object
Returns the value of attribute identifier
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def identifier @identifier end |
#mode ⇒ Object
Returns the value of attribute mode
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def mode @mode end |
#owner ⇒ Object
Returns the value of attribute owner
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def owner @owner end |
#pos ⇒ Object
Returns the value of attribute pos
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def pos @pos end |
#size ⇒ Object
Returns the value of attribute size
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def size @size end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
28 29 30 |
# File 'lib/odinflex/ar.rb', line 28 def end |