Class: InfraForge::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/infraforge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



19
20
21
# File 'lib/infraforge.rb', line 19

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



19
20
21
# File 'lib/infraforge.rb', line 19

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/infraforge.rb', line 19

def id
  @id
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



19
20
21
# File 'lib/infraforge.rb', line 19

def 
  @metadata
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



19
20
21
# File 'lib/infraforge.rb', line 19

def role
  @role
end