Class: Softlayer::Network::Bandwidth::Version1::Usage::Detail

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/bandwidth/version1/usage/detail.rb,
lib/softlayer/network/bandwidth/version1/usage/detail/type.rb,
lib/softlayer/network/bandwidth/version1/usage/detail/total.rb

Defined Under Namespace

Classes: Representer, Total, Type

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

#amount_inObject

Returns the value of attribute amount_in.



9
10
11
# File 'lib/softlayer/network/bandwidth/version1/usage/detail.rb', line 9

def amount_in
  @amount_in
end

#amount_outObject

Returns the value of attribute amount_out.



10
11
12
# File 'lib/softlayer/network/bandwidth/version1/usage/detail.rb', line 10

def amount_out
  @amount_out
end

#bandwidth_usageObject

Returns the value of attribute bandwidth_usage.



12
13
14
# File 'lib/softlayer/network/bandwidth/version1/usage/detail.rb', line 12

def bandwidth_usage
  @bandwidth_usage
end

#bandwidth_usage_detail_typeObject

Returns the value of attribute bandwidth_usage_detail_type.



13
14
15
# File 'lib/softlayer/network/bandwidth/version1/usage/detail.rb', line 13

def bandwidth_usage_detail_type
  @bandwidth_usage_detail_type
end

#dayObject

Returns the value of attribute day.



11
12
13
# File 'lib/softlayer/network/bandwidth/version1/usage/detail.rb', line 11

def day
  @day
end