Class: Retsly::Models::Listing
- Inherits:
-
Object
- Object
- Retsly::Models::Listing
- Extended by:
- ModelAttribute
- Defined in:
- lib/retsly/models/listing.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Listing
constructor
A new instance of Listing.
Constructor Details
#initialize(attributes = {}) ⇒ Listing
Returns a new instance of Listing.
128 129 130 |
# File 'lib/retsly/models/listing.rb', line 128 def initialize(attributes = {}) set_attributes(attributes) end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
6 7 8 |
# File 'lib/retsly/models/listing.rb', line 6 def client @client end |