Class: RedfishTools::DataStore::Resource
- Inherits:
-
Struct
- Object
- Struct
- RedfishTools::DataStore::Resource
- Defined in:
- lib/redfish_tools/datastore.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#id ⇒ Object
Returns the value of attribute id.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/redfish_tools/datastore.rb', line 7 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
7 8 9 |
# File 'lib/redfish_tools/datastore.rb', line 7 def headers @headers end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/redfish_tools/datastore.rb', line 7 def id @id end |
#parent ⇒ Object
Returns the value of attribute parent
7 8 9 |
# File 'lib/redfish_tools/datastore.rb', line 7 def parent @parent end |
#time ⇒ Object
Returns the value of attribute time
7 8 9 |
# File 'lib/redfish_tools/datastore.rb', line 7 def time @time end |