Class: Account

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

Instance Attribute Summary collapse

Instance Attribute Details

#companyObject

Returns the value of attribute company

Returns:

  • (Object)

    the current value of company



3
4
5
# File 'lib/akashiyaki/account.rb', line 3

def company
  @company
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/akashiyaki/account.rb', line 3

def id
  @id
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



3
4
5
# File 'lib/akashiyaki/account.rb', line 3

def password
  @password
end