Class: Softlayer::Ticket::Attachment::Hardware
- Inherits:
-
Softlayer::Ticket::Attachment
- Object
- Model
- Entity
- Softlayer::Ticket::Attachment
- Softlayer::Ticket::Attachment::Hardware
- Defined in:
- lib/softlayer/ticket/attachment/hardware.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#hardware ⇒ Object
Returns the value of attribute hardware.
-
#hardware_id ⇒ Object
Returns the value of attribute hardware_id.
-
#resource ⇒ Object
Returns the value of attribute resource.
Attributes inherited from Softlayer::Ticket::Attachment
#assigned_agent, #attachment_id, #create_date, #id, #scheduled_action, #ticket, #ticket_id
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#hardware ⇒ Object
Returns the value of attribute hardware.
6 7 8 |
# File 'lib/softlayer/ticket/attachment/hardware.rb', line 6 def hardware @hardware end |
#hardware_id ⇒ Object
Returns the value of attribute hardware_id.
5 6 7 |
# File 'lib/softlayer/ticket/attachment/hardware.rb', line 5 def hardware_id @hardware_id end |
#resource ⇒ Object
Returns the value of attribute resource.
7 8 9 |
# File 'lib/softlayer/ticket/attachment/hardware.rb', line 7 def resource @resource end |