Class: Softlayer::Billing::Item::Cancellation::Request::Item

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/billing/item/cancellation/request/item.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

#billing_itemObject

Returns the value of attribute billing_item.



13
14
15
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 13

def billing_item
  @billing_item
end

#billing_item_idObject

Returns the value of attribute billing_item_id.



7
8
9
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 7

def billing_item_id
  @billing_item_id
end

#cancellation_requestObject

Returns the value of attribute cancellation_request.



14
15
16
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 14

def cancellation_request
  @cancellation_request
end

#cancellation_request_idObject

Returns the value of attribute cancellation_request_id.



8
9
10
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 8

def cancellation_request_id
  @cancellation_request_id
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 9

def id
  @id
end

#immediate_cancellation_flagObject

Returns the value of attribute immediate_cancellation_flag.



10
11
12
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 10

def immediate_cancellation_flag
  @immediate_cancellation_flag
end

#scheduled_cancellation_dateObject

Returns the value of attribute scheduled_cancellation_date.



11
12
13
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 11

def scheduled_cancellation_date
  @scheduled_cancellation_date
end

#service_reclaim_status_codeObject

Returns the value of attribute service_reclaim_status_code.



12
13
14
# File 'lib/softlayer/billing/item/cancellation/request/item.rb', line 12

def service_reclaim_status_code
  @service_reclaim_status_code
end