Class: Siilar::Struct::User

Inherits:
Base
  • Object
show all
Defined in:
lib/siilar/struct/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Siilar::Struct::Base

Instance Attribute Details

#birthdateObject

Returns the value of attribute birthdate.



5
6
7
# File 'lib/siilar/struct/user.rb', line 5

def birthdate
  @birthdate
end

#cityObject

Returns the value of attribute city.



5
6
7
# File 'lib/siilar/struct/user.rb', line 5

def city
  @city
end

#countryObject

Returns the value of attribute country.



5
6
7
# File 'lib/siilar/struct/user.rb', line 5

def country
  @country
end

#external_idObject

Returns the value of attribute external_id.



5
6
7
# File 'lib/siilar/struct/user.rb', line 5

def external_id
  @external_id
end

#genderObject

Returns the value of attribute gender.



5
6
7
# File 'lib/siilar/struct/user.rb', line 5

def gender
  @gender
end