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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/bandwidth/usage/detail.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

#accountObject

Returns the value of attribute account.



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

def 
  @account
end

#amount_inObject

Returns the value of attribute amount_in.



6
7
8
# File 'lib/softlayer/network/bandwidth/usage/detail.rb', line 6

def amount_in
  @amount_in
end

#amount_outObject

Returns the value of attribute amount_out.



7
8
9
# File 'lib/softlayer/network/bandwidth/usage/detail.rb', line 7

def amount_out
  @amount_out
end

#bandwidth_usage_detail_type_idObject

Returns the value of attribute bandwidth_usage_detail_type_id.



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

def bandwidth_usage_detail_type_id
  @bandwidth_usage_detail_type_id
end

#tracking_objectObject

Returns the value of attribute tracking_object.



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

def tracking_object
  @tracking_object
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end