Class: Beanie::CustomerNote
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#member ⇒ Object
Returns the value of attribute member.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Method Summary collapse
-
#initialize ⇒ CustomerNote
constructor
Initialize instance variables.
Methods inherited from Api
all, build_url, #construct_path, delete, #extract, #field_name, find, get, #object_name, #populate, post, put, #save!, set_headers
Constructor Details
#initialize ⇒ CustomerNote
Initialize instance variables
36 37 38 39 40 |
# File 'lib/beanie/customer_note.rb', line 36 def initialize @id = nil @member = nil @note = nil end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
32 33 34 |
# File 'lib/beanie/customer_note.rb', line 32 def id @id end |
#member ⇒ Object
Returns the value of attribute member.
32 33 34 |
# File 'lib/beanie/customer_note.rb', line 32 def member @member end |
#note ⇒ Object
Returns the value of attribute note.
32 33 34 |
# File 'lib/beanie/customer_note.rb', line 32 def note @note end |