Class: Softlayer::Marketplace::Partner::Attachment
- Inherits:
-
Entity
- Object
- Softlayer::Model
- Entity
- Softlayer::Marketplace::Partner::Attachment
- Defined in:
- lib/softlayer/marketplace/partner/attachment.rb,
lib/softlayer/marketplace/partner/attachment/type.rb
Defined Under Namespace
Classes: Representer, Type
Instance Attribute Summary collapse
-
#attachment_type ⇒ Object
Returns the value of attribute attachment_type.
-
#attachment_type_id ⇒ Object
Returns the value of attribute attachment_type_id.
-
#base_name ⇒ Object
Returns the value of attribute base_name.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#marketplace_partner_id ⇒ Object
Returns the value of attribute marketplace_partner_id.
-
#save_as_name ⇒ Object
Returns the value of attribute save_as_name.
Method Summary
Methods inherited from Softlayer::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 Softlayer::Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#attachment_type ⇒ Object
Returns the value of attribute attachment_type.
13 14 15 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 13 def @attachment_type end |
#attachment_type_id ⇒ Object
Returns the value of attribute attachment_type_id.
6 7 8 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 6 def @attachment_type_id end |
#base_name ⇒ Object
Returns the value of attribute base_name.
7 8 9 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 7 def base_name @base_name end |
#display_name ⇒ Object
Returns the value of attribute display_name.
8 9 10 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 8 def display_name @display_name end |
#file_name ⇒ Object
Returns the value of attribute file_name.
9 10 11 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 9 def file_name @file_name end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 10 def id @id end |
#marketplace_partner_id ⇒ Object
Returns the value of attribute marketplace_partner_id.
11 12 13 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 11 def marketplace_partner_id @marketplace_partner_id end |
#save_as_name ⇒ Object
Returns the value of attribute save_as_name.
12 13 14 |
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 12 def save_as_name @save_as_name end |