Class: RedfishTools::DataStore::Resource

Inherits:
Struct
  • Object
show all
Defined in:
lib/redfish_tools/datastore.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



7
8
9
# File 'lib/redfish_tools/datastore.rb', line 7

def body
  @body
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



7
8
9
# File 'lib/redfish_tools/datastore.rb', line 7

def headers
  @headers
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/redfish_tools/datastore.rb', line 7

def id
  @id
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



7
8
9
# File 'lib/redfish_tools/datastore.rb', line 7

def parent
  @parent
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



7
8
9
# File 'lib/redfish_tools/datastore.rb', line 7

def time
  @time
end