Class: Fizzy::Types::Identity
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::Identity
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
-
#email_address ⇒ Object
readonly
Returns the value of attribute email_address.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Attribute Details
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts
606 607 608 |
# File 'lib/fizzy/generated/types.rb', line 606 def accounts @accounts end |
#email_address ⇒ Object (readonly)
Returns the value of attribute email_address
606 607 608 |
# File 'lib/fizzy/generated/types.rb', line 606 def email_address @email_address end |
#id ⇒ Object (readonly)
Returns the value of attribute id
606 607 608 |
# File 'lib/fizzy/generated/types.rb', line 606 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
606 607 608 |
# File 'lib/fizzy/generated/types.rb', line 606 def name @name end |