Class: Blitzr::Struct::Label
Instance Attribute Summary collapse
-
#has_duplicate ⇒ Object
Returns the value of attribute has_duplicate.
-
#image ⇒ Object
Returns the value of attribute image.
-
#location ⇒ Object
Returns the value of attribute location.
-
#location_code ⇒ Object
Returns the value of attribute location_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#thumb ⇒ Object
Returns the value of attribute thumb.
-
#thumb_300 ⇒ Object
Returns the value of attribute thumb_300.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Blitzr::Struct::Base
Instance Attribute Details
#has_duplicate ⇒ Object
Returns the value of attribute has_duplicate.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def has_duplicate @has_duplicate end |
#image ⇒ Object
Returns the value of attribute image.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def image @image end |
#location ⇒ Object
Returns the value of attribute location.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def location @location end |
#location_code ⇒ Object
Returns the value of attribute location_code.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def location_code @location_code end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def name @name end |
#slug ⇒ Object
Returns the value of attribute slug.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def slug @slug end |
#thumb ⇒ Object
Returns the value of attribute thumb.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def thumb @thumb end |
#thumb_300 ⇒ Object
Returns the value of attribute thumb_300.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def thumb_300 @thumb_300 end |
#uuid ⇒ Object
Returns the value of attribute uuid.
4 5 6 |
# File 'lib/blitzr/struct/label.rb', line 4 def uuid @uuid end |