Class: Softlayer::Container::Network::ContentDelivery::Bandwidth::Summary

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/content_delivery/bandwidth/summary.rb,
lib/softlayer/container/network/content_delivery/bandwidth/summary/detail.rb

Direct Known Subclasses

Detail

Defined Under Namespace

Classes: Detail, 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

#cdn_account_idObject

Returns the value of attribute cdn_account_id.



8
9
10
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 8

def 
  @cdn_account_id
end

#end_date_timeObject

Returns the value of attribute end_date_time.



9
10
11
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 9

def end_date_time
  @end_date_time
end

#file_nameObject

Returns the value of attribute file_name.



10
11
12
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 10

def file_name
  @file_name
end

#media_typeObject

Returns the value of attribute media_type.



11
12
13
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 11

def media_type
  @media_type
end

#start_date_timeObject

Returns the value of attribute start_date_time.



12
13
14
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 12

def start_date_time
  @start_date_time
end

#usageObject

Returns the value of attribute usage.



13
14
15
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 13

def usage
  @usage
end

#usage_unitsObject

Returns the value of attribute usage_units.



14
15
16
# File 'lib/softlayer/container/network/content_delivery/bandwidth/summary.rb', line 14

def usage_units
  @usage_units
end