Class: ObiWan::Type::InstrumentInfo
- Defined in:
- lib/obi-wan/type.rb
Instance Attribute Summary collapse
-
#card_on_file_flag ⇒ Object
Returns the value of attribute card_on_file_flag.
-
#default_flag ⇒ Object
Returns the value of attribute default_flag.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#nick_name ⇒ Object
Returns the value of attribute nick_name.
Method Summary
Methods inherited from Builder
Constructor Details
This class inherits a constructor from ObiWan::Type::Builder
Instance Attribute Details
#card_on_file_flag ⇒ Object
Returns the value of attribute card_on_file_flag.
29 30 31 |
# File 'lib/obi-wan/type.rb', line 29 def card_on_file_flag @card_on_file_flag end |
#default_flag ⇒ Object
Returns the value of attribute default_flag.
28 29 30 |
# File 'lib/obi-wan/type.rb', line 28 def default_flag @default_flag end |
#email ⇒ Object
Returns the value of attribute email.
25 26 27 |
# File 'lib/obi-wan/type.rb', line 25 def email @email end |
#id ⇒ Object
Returns the value of attribute id.
26 27 28 |
# File 'lib/obi-wan/type.rb', line 26 def id @id end |
#nick_name ⇒ Object
Returns the value of attribute nick_name.
27 28 29 |
# File 'lib/obi-wan/type.rb', line 27 def nick_name @nick_name end |