Class: Softlayer::Container::Network::Media::Information

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/media/information.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

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

#audio_bit_rateObject

Returns the value of attribute audio_bit_rate.



6
7
8
# File 'lib/softlayer/container/network/media/information.rb', line 6

def audio_bit_rate
  @audio_bit_rate
end

#audio_channel_modeObject

Returns the value of attribute audio_channel_mode.



7
8
9
# File 'lib/softlayer/container/network/media/information.rb', line 7

def audio_channel_mode
  @audio_channel_mode
end

#audio_channelsObject

Returns the value of attribute audio_channels.



8
9
10
# File 'lib/softlayer/container/network/media/information.rb', line 8

def audio_channels
  @audio_channels
end

#audio_codecObject

Returns the value of attribute audio_codec.



9
10
11
# File 'lib/softlayer/container/network/media/information.rb', line 9

def audio_codec
  @audio_codec
end

#audio_sample_rateObject

Returns the value of attribute audio_sample_rate.



10
11
12
# File 'lib/softlayer/container/network/media/information.rb', line 10

def audio_sample_rate
  @audio_sample_rate
end

#durationObject

Returns the value of attribute duration.



11
12
13
# File 'lib/softlayer/container/network/media/information.rb', line 11

def duration
  @duration
end

#error_messageObject

Returns the value of attribute error_message.



12
13
14
# File 'lib/softlayer/container/network/media/information.rb', line 12

def error_message
  @error_message
end

#fileObject

Returns the value of attribute file.



13
14
15
# File 'lib/softlayer/container/network/media/information.rb', line 13

def file
  @file
end

#file_formatObject

Returns the value of attribute file_format.



14
15
16
# File 'lib/softlayer/container/network/media/information.rb', line 14

def file_format
  @file_format
end

#file_sizeObject

Returns the value of attribute file_size.



15
16
17
# File 'lib/softlayer/container/network/media/information.rb', line 15

def file_size
  @file_size
end

#frame_rateObject

Returns the value of attribute frame_rate.



16
17
18
# File 'lib/softlayer/container/network/media/information.rb', line 16

def frame_rate
  @frame_rate
end

#size_xObject

Returns the value of attribute size_x.



17
18
19
# File 'lib/softlayer/container/network/media/information.rb', line 17

def size_x
  @size_x
end

#size_yObject

Returns the value of attribute size_y.



18
19
20
# File 'lib/softlayer/container/network/media/information.rb', line 18

def size_y
  @size_y
end

#total_framesObject

Returns the value of attribute total_frames.



19
20
21
# File 'lib/softlayer/container/network/media/information.rb', line 19

def total_frames
  @total_frames
end

#video_aspect_xObject

Returns the value of attribute video_aspect_x.



20
21
22
# File 'lib/softlayer/container/network/media/information.rb', line 20

def video_aspect_x
  @video_aspect_x
end

#video_aspect_yObject

Returns the value of attribute video_aspect_y.



21
22
23
# File 'lib/softlayer/container/network/media/information.rb', line 21

def video_aspect_y
  @video_aspect_y
end

#video_codecObject

Returns the value of attribute video_codec.



22
23
24
# File 'lib/softlayer/container/network/media/information.rb', line 22

def video_codec
  @video_codec
end