Class: Ohbjects::Account
- Inherits:
-
Object
- Object
- Ohbjects::Account
- Defined in:
- lib/ohbjects/account.rb
Instance Attribute Summary collapse
-
#display_id ⇒ Object
Returns the value of attribute display_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#virtual ⇒ Object
Returns the value of attribute virtual.
Instance Method Summary collapse
Instance Attribute Details
#display_id ⇒ Object
Returns the value of attribute display_id.
23 24 25 |
# File 'lib/ohbjects/account.rb', line 23 def display_id @display_id end |
#id ⇒ Object
Returns the value of attribute id.
23 24 25 |
# File 'lib/ohbjects/account.rb', line 23 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/ohbjects/account.rb', line 23 def name @name end |
#virtual ⇒ Object
Returns the value of attribute virtual.
23 24 25 |
# File 'lib/ohbjects/account.rb', line 23 def virtual @virtual end |
Instance Method Details
#virtual? ⇒ Boolean
25 26 27 |
# File 'lib/ohbjects/account.rb', line 25 def virtual? virtual end |