Class: OctaSpace::Types::Account
- Inherits:
-
Data
- Object
- Data
- OctaSpace::Types::Account
- Defined in:
- lib/octaspace/types/account.rb
Overview
Value object representing an OctaSpace account
Instance Attribute Summary collapse
-
#account_uuid ⇒ Object
readonly
Returns the value of attribute account_uuid.
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#balance ⇒ Object
readonly
Returns the value of attribute balance.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
Instance Method Summary collapse
Instance Attribute Details
#account_uuid ⇒ Object (readonly)
Returns the value of attribute account_uuid
6 7 8 |
# File 'lib/octaspace/types/account.rb', line 6 def account_uuid @account_uuid end |
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
6 7 8 |
# File 'lib/octaspace/types/account.rb', line 6 def avatar @avatar end |
#balance ⇒ Object (readonly)
Returns the value of attribute balance
6 7 8 |
# File 'lib/octaspace/types/account.rb', line 6 def balance @balance end |
#email ⇒ Object (readonly)
Returns the value of attribute email
6 7 8 |
# File 'lib/octaspace/types/account.rb', line 6 def email @email end |
Instance Method Details
#to_s ⇒ String
8 |
# File 'lib/octaspace/types/account.rb', line 8 def to_s = "OctaSpace Account <#{email}>" |