Class: Softlayer::Marketplace::Partner::Attachment

Inherits:
Entity show all
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

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_typeObject

Returns the value of attribute attachment_type.



13
14
15
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 13

def attachment_type
  @attachment_type
end

#attachment_type_idObject

Returns the value of attribute attachment_type_id.



6
7
8
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 6

def attachment_type_id
  @attachment_type_id
end

#base_nameObject

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_nameObject

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_nameObject

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

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/softlayer/marketplace/partner/attachment.rb', line 10

def id
  @id
end

#marketplace_partner_idObject

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_nameObject

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