Class: Ohbjects::Account

Inherits:
Object
  • Object
show all
Defined in:
lib/ohbjects/account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#display_idObject

Returns the value of attribute display_id.



23
24
25
# File 'lib/ohbjects/account.rb', line 23

def display_id
  @display_id
end

#idObject

Returns the value of attribute id.



23
24
25
# File 'lib/ohbjects/account.rb', line 23

def id
  @id
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/ohbjects/account.rb', line 23

def name
  @name
end

#virtualObject

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

Returns:

  • (Boolean)


25
26
27
# File 'lib/ohbjects/account.rb', line 25

def virtual?
  virtual
end