Class: Softlayer::Provisioning::Version1::Transaction::History

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/provisioning/version1/transaction/history.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

#finish_dateObject

Returns the value of attribute finish_date.



6
7
8
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 6

def finish_date
  @finish_date
end

#guestObject

Returns the value of attribute guest.



14
15
16
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 14

def guest
  @guest
end

#guest_idObject

Returns the value of attribute guest_id.



7
8
9
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 7

def guest_id
  @guest_id
end

#hardwareObject

Returns the value of attribute hardware.



15
16
17
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 15

def hardware
  @hardware
end

#hardware_idObject

Returns the value of attribute hardware_id.



8
9
10
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 8

def hardware_id
  @hardware_id
end

#host_idObject

Returns the value of attribute host_id.



9
10
11
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 9

def host_id
  @host_id
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 10

def id
  @id
end

#start_dateObject

Returns the value of attribute start_date.



11
12
13
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 11

def start_date
  @start_date
end

#transactionObject

Returns the value of attribute transaction.



16
17
18
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 16

def transaction
  @transaction
end

#transaction_idObject

Returns the value of attribute transaction_id.



12
13
14
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 12

def transaction_id
  @transaction_id
end

#transaction_statusObject

Returns the value of attribute transaction_status.



17
18
19
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 17

def transaction_status
  @transaction_status
end

#transaction_status_idObject

Returns the value of attribute transaction_status_id.



13
14
15
# File 'lib/softlayer/provisioning/version1/transaction/history.rb', line 13

def transaction_status_id
  @transaction_status_id
end