Class: AffiliationApi::Client
- Defined in:
- lib/affiliation-api/client.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reference ⇒ Object
Returns the value of attribute reference.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/affiliation-api/client.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/affiliation-api/client.rb', line 3 def name @name end |
#reference ⇒ Object
Returns the value of attribute reference.
3 4 5 |
# File 'lib/affiliation-api/client.rb', line 3 def reference @reference end |