Class: Retsly::Models::Vendor
- Inherits:
-
Object
- Object
- Retsly::Models::Vendor
- Extended by:
- ModelAttribute
- Defined in:
- lib/retsly/models/vendor.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Vendor
constructor
A new instance of Vendor.
Constructor Details
#initialize(attributes = {}) ⇒ Vendor
Returns a new instance of Vendor.
18 19 20 |
# File 'lib/retsly/models/vendor.rb', line 18 def initialize(attributes = {}) set_attributes(attributes) end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/retsly/models/vendor.rb', line 5 def client @client end |