Class: Softlayer::Billing::Info::Cycle

Inherits:
Entity show all
Defined in:
lib/softlayer/billing/info/cycle.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.



10
11
12
# File 'lib/softlayer/billing/info/cycle.rb', line 10

def 
  @account
end

#current_cycle_end_dateObject

Returns the value of attribute current_cycle_end_date.



5
6
7
# File 'lib/softlayer/billing/info/cycle.rb', line 5

def current_cycle_end_date
  @current_cycle_end_date
end

#current_cycle_start_dateObject

Returns the value of attribute current_cycle_start_date.



6
7
8
# File 'lib/softlayer/billing/info/cycle.rb', line 6

def current_cycle_start_date
  @current_cycle_start_date
end

#next_cycle_start_dateObject

Returns the value of attribute next_cycle_start_date.



7
8
9
# File 'lib/softlayer/billing/info/cycle.rb', line 7

def next_cycle_start_date
  @next_cycle_start_date
end

#previous_cycle_end_dateObject

Returns the value of attribute previous_cycle_end_date.



8
9
10
# File 'lib/softlayer/billing/info/cycle.rb', line 8

def previous_cycle_end_date
  @previous_cycle_end_date
end

#previous_cycle_start_dateObject

Returns the value of attribute previous_cycle_start_date.



9
10
11
# File 'lib/softlayer/billing/info/cycle.rb', line 9

def previous_cycle_start_date
  @previous_cycle_start_date
end