Class: BillysBilling::Person

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/person.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/billys_billing/person.rb', line 3

def email
  @email
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/person.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/billys_billing/person.rb', line 3

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



3
4
5
# File 'lib/billys_billing/person.rb', line 3

def phone
  @phone
end