Class: Braintree::ConnectedMerchantStatusTransitioned
- Inherits:
 - 
      Object
      
        
- Object
 - Braintree::ConnectedMerchantStatusTransitioned
 
 
- Includes:
 - BaseModule
 
- Defined in:
 - lib/braintree/connected_merchant_status_transitioned.rb
 
Instance Attribute Summary collapse
- 
  
    
      #merchant_public_id  ⇒ Object 
    
    
      (also: #merchant_id)
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute merchant_public_id.
 - 
  
    
      #oauth_application_client_id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute oauth_application_client_id.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 
Class Method Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(attributes)  ⇒ ConnectedMerchantStatusTransitioned 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ConnectedMerchantStatusTransitioned.
 
Methods included from BaseModule
Methods included from BaseModule::Methods
#copy_instance_variables_from_object, #return_object_or_raise, #set_instance_variables_from_hash, #singleton_class
Constructor Details
#initialize(attributes) ⇒ ConnectedMerchantStatusTransitioned
Returns a new instance of ConnectedMerchantStatusTransitioned.
      11 12 13  | 
    
      # File 'lib/braintree/connected_merchant_status_transitioned.rb', line 11 def initialize(attributes) set_instance_variables_from_hash(attributes) end  | 
  
Instance Attribute Details
#merchant_public_id ⇒ Object (readonly) Also known as: merchant_id
Returns the value of attribute merchant_public_id.
      5 6 7  | 
    
      # File 'lib/braintree/connected_merchant_status_transitioned.rb', line 5 def merchant_public_id @merchant_public_id end  | 
  
#oauth_application_client_id ⇒ Object (readonly)
Returns the value of attribute oauth_application_client_id.
      6 7 8  | 
    
      # File 'lib/braintree/connected_merchant_status_transitioned.rb', line 6 def oauth_application_client_id @oauth_application_client_id end  | 
  
#status ⇒ Object (readonly)
Returns the value of attribute status.
      7 8 9  | 
    
      # File 'lib/braintree/connected_merchant_status_transitioned.rb', line 7 def status @status end  | 
  
Class Method Details
._new(*args) ⇒ Object
      17 18 19  | 
    
      # File 'lib/braintree/connected_merchant_status_transitioned.rb', line 17 def _new(*args) self.new(*args) end  |