Class: Softlayer::Marketplace::Partner::File::Attributes

Inherits:
Entity show all
Defined in:
lib/softlayer/marketplace/partner/file/attributes.rb

Defined Under Namespace

Classes: Representer

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

#bitsObject

Returns the value of attribute bits.



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

def bits
  @bits
end

#channelsObject

Returns the value of attribute channels.



7
8
9
# File 'lib/softlayer/marketplace/partner/file/attributes.rb', line 7

def channels
  @channels
end

#heightObject

Returns the value of attribute height.



8
9
10
# File 'lib/softlayer/marketplace/partner/file/attributes.rb', line 8

def height
  @height
end

#html_attributesObject

Returns the value of attribute html_attributes.



9
10
11
# File 'lib/softlayer/marketplace/partner/file/attributes.rb', line 9

def html_attributes
  @html_attributes
end

#image_typeObject

Returns the value of attribute image_type.



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

def image_type
  @image_type
end

#is_imageObject

Returns the value of attribute is_image.



11
12
13
# File 'lib/softlayer/marketplace/partner/file/attributes.rb', line 11

def is_image
  @is_image
end

#mime_typeObject

Returns the value of attribute mime_type.



12
13
14
# File 'lib/softlayer/marketplace/partner/file/attributes.rb', line 12

def mime_type
  @mime_type
end

#widthObject

Returns the value of attribute width.



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

def width
  @width
end