Class: CirroIOV2::Responses::SpaceInvitationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - CirroIOV2::Responses::SpaceInvitationResponse
 
 
- Includes:
 - Base
 
- Defined in:
 - lib/cirro_io_v2/responses/responses.rb
 
Instance Attribute Summary collapse
- 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute email.
 - 
  
    
      #expires_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute expires_at.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #inviter_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute inviter_name.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #object  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute object.
 - 
  
    
      #skip_background_check  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute skip_background_check.
 - 
  
    
      #subject  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute subject.
 - 
  
    
      #token  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute token.
 
Method Summary
Methods included from Base
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def email @email end  | 
  
#expires_at ⇒ Object
Returns the value of attribute expires_at
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def expires_at @expires_at end  | 
  
#id ⇒ Object
Returns the value of attribute id
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def id @id end  | 
  
#inviter_name ⇒ Object
Returns the value of attribute inviter_name
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def inviter_name @inviter_name end  | 
  
#name ⇒ Object
Returns the value of attribute name
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def name @name end  | 
  
#object ⇒ Object
Returns the value of attribute object
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def object @object end  | 
  
#skip_background_check ⇒ Object
Returns the value of attribute skip_background_check
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def skip_background_check @skip_background_check end  | 
  
#subject ⇒ Object
Returns the value of attribute subject
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def subject @subject end  | 
  
#token ⇒ Object
Returns the value of attribute token
      56 57 58  | 
    
      # File 'lib/cirro_io_v2/responses/responses.rb', line 56 def token @token end  |