Class: AppStore::Artwork
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#thumbnail ⇒ Object
readonly
Returns the value of attribute thumbnail.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helper::Plist
Constructor Details
This class inherits a constructor from AppStore::Base
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default.
5 6 7 |
# File 'lib/app_store/artwork.rb', line 5 def default @default end |
#thumbnail ⇒ Object (readonly)
Returns the value of attribute thumbnail.
5 6 7 |
# File 'lib/app_store/artwork.rb', line 5 def thumbnail @thumbnail end |
Instance Method Details
#is_icon? ⇒ Boolean
9 10 11 |
# File 'lib/app_store/artwork.rb', line 9 def is_icon? image_type == 'software-icon' end |