Class: Softlayer::Provisioning::Version1::Transaction
- Defined in:
- lib/softlayer/provisioning/version1/transaction.rb,
 lib/softlayer/provisioning/version1/transaction/group.rb,
 lib/softlayer/provisioning/version1/transaction/status.rb,
 lib/softlayer/provisioning/version1/transaction/history.rb,
 lib/softlayer/provisioning/version1/transaction/subnet_migration.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Group, History, Representer, Status, SubnetMigration
Instance Attribute Summary collapse
- 
  
    
      #account  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute account. 
- 
  
    
      #create_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute create_date. 
- 
  
    
      #elapsed_seconds  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute elapsed_seconds. 
- 
  
    
      #guest  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute guest. 
- 
  
    
      #guest_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute guest_id. 
- 
  
    
      #hardware  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute hardware. 
- 
  
    
      #hardware_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute hardware_id. 
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute id. 
- 
  
    
      #loopback  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute loopback. 
- 
  
    
      #loopback_count  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute loopback_count. 
- 
  
    
      #modify_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute modify_date. 
- 
  
    
      #pending_transaction_count  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute pending_transaction_count. 
- 
  
    
      #pending_transactions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute pending_transactions. 
- 
  
    
      #status_change_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute status_change_date. 
- 
  
    
      #ticket_scheduled_action_reference  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute ticket_scheduled_action_reference. 
- 
  
    
      #ticket_scheduled_action_reference_count  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute ticket_scheduled_action_reference_count. 
- 
  
    
      #transaction_group  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute transaction_group. 
- 
  
    
      #transaction_status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute transaction_status. 
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
#account ⇒ Object
Returns the value of attribute account.
| 19 20 21 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 19 def account @account end | 
#create_date ⇒ Object
Returns the value of attribute create_date.
| 9 10 11 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 9 def create_date @create_date end | 
#elapsed_seconds ⇒ Object
Returns the value of attribute elapsed_seconds.
| 10 11 12 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 10 def elapsed_seconds @elapsed_seconds end | 
#guest ⇒ Object
Returns the value of attribute guest.
| 20 21 22 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 20 def guest @guest end | 
#guest_id ⇒ Object
Returns the value of attribute guest_id.
| 11 12 13 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 11 def guest_id @guest_id end | 
#hardware ⇒ Object
Returns the value of attribute hardware.
| 21 22 23 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 21 def hardware @hardware end | 
#hardware_id ⇒ Object
Returns the value of attribute hardware_id.
| 12 13 14 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 12 def hardware_id @hardware_id end | 
#id ⇒ Object
Returns the value of attribute id.
| 13 14 15 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 13 def id @id end | 
#loopback ⇒ Object
Returns the value of attribute loopback.
| 22 23 24 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 22 def loopback @loopback end | 
#loopback_count ⇒ Object
Returns the value of attribute loopback_count.
| 16 17 18 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 16 def loopback_count @loopback_count end | 
#modify_date ⇒ Object
Returns the value of attribute modify_date.
| 14 15 16 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 14 def modify_date @modify_date end | 
#pending_transaction_count ⇒ Object
Returns the value of attribute pending_transaction_count.
| 17 18 19 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 17 def pending_transaction_count @pending_transaction_count end | 
#pending_transactions ⇒ Object
Returns the value of attribute pending_transactions.
| 23 24 25 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 23 def pending_transactions @pending_transactions end | 
#status_change_date ⇒ Object
Returns the value of attribute status_change_date.
| 15 16 17 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 15 def status_change_date @status_change_date end | 
#ticket_scheduled_action_reference ⇒ Object
Returns the value of attribute ticket_scheduled_action_reference.
| 24 25 26 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 24 def ticket_scheduled_action_reference @ticket_scheduled_action_reference end | 
#ticket_scheduled_action_reference_count ⇒ Object
Returns the value of attribute ticket_scheduled_action_reference_count.
| 18 19 20 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 18 def ticket_scheduled_action_reference_count @ticket_scheduled_action_reference_count end | 
#transaction_group ⇒ Object
Returns the value of attribute transaction_group.
| 25 26 27 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 25 def transaction_group @transaction_group end | 
#transaction_status ⇒ Object
Returns the value of attribute transaction_status.
| 26 27 28 | # File 'lib/softlayer/provisioning/version1/transaction.rb', line 26 def transaction_status @transaction_status end |