Class: OdinFlex::AR::Info

Inherits:
Struct
  • Object
show all
Defined in:
lib/odinflex/ar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def group
  @group
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def identifier
  @identifier
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def mode
  @mode
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def owner
  @owner
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def pos
  @pos
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def size
  @size
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



28
29
30
# File 'lib/odinflex/ar.rb', line 28

def timestamp
  @timestamp
end