Class: Beatport::Catalog::Images
- Inherits:
-
Object
- Object
- Beatport::Catalog::Images
- Defined in:
- lib/beatport/catalog/images.rb
Instance Attribute Summary collapse
-
#banner ⇒ Object
readonly
Returns the value of attribute banner.
-
#large ⇒ Object
readonly
Returns the value of attribute large.
-
#medium ⇒ Object
readonly
Returns the value of attribute medium.
-
#small ⇒ Object
readonly
Returns the value of attribute small.
-
#waveform ⇒ Object
readonly
Returns the value of attribute waveform.
Instance Method Summary collapse
-
#initialize(images) ⇒ Images
constructor
A new instance of Images.
Constructor Details
Instance Attribute Details
#banner ⇒ Object (readonly)
Returns the value of attribute banner.
4 5 6 |
# File 'lib/beatport/catalog/images.rb', line 4 def @banner end |
#large ⇒ Object (readonly)
Returns the value of attribute large.
4 5 6 |
# File 'lib/beatport/catalog/images.rb', line 4 def large @large end |
#medium ⇒ Object (readonly)
Returns the value of attribute medium.
4 5 6 |
# File 'lib/beatport/catalog/images.rb', line 4 def medium @medium end |
#small ⇒ Object (readonly)
Returns the value of attribute small.
4 5 6 |
# File 'lib/beatport/catalog/images.rb', line 4 def small @small end |
#waveform ⇒ Object (readonly)
Returns the value of attribute waveform.
4 5 6 |
# File 'lib/beatport/catalog/images.rb', line 4 def waveform @waveform end |