Class: CirroIOV2::Responses::SpaceInvitationResponse

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/cirro_io_v2/responses/responses.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#initialize

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def email
  @email
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def expires_at
  @expires_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def id
  @id
end

#inviter_nameObject

Returns the value of attribute inviter_name

Returns:

  • (Object)

    the current value of inviter_name



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def inviter_name
  @inviter_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def name
  @name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def object
  @object
end

#skip_background_checkObject

Returns the value of attribute skip_background_check

Returns:

  • (Object)

    the current value of skip_background_check



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def skip_background_check
  @skip_background_check
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def subject
  @subject
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



56
57
58
# File 'lib/cirro_io_v2/responses/responses.rb', line 56

def token
  @token
end