Class: Velix::Modules::Me::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/velix/modules/me.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def created_at
  @created_at
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def phone
  @phone
end

#photo_urlObject (readonly)

Returns the value of attribute photo_url

Returns:

  • (Object)

    the current value of photo_url



7
8
9
# File 'lib/velix/modules/me.rb', line 7

def photo_url
  @photo_url
end