Class: Croudia::Entity::Media
Instance Attribute Summary collapse
-
#media_url_https ⇒ Object
readonly
Returns the value of attribute media_url_https.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Base
Instance Attribute Details
#media_url_https ⇒ Object (readonly)
Returns the value of attribute media_url_https.
6 7 8 |
# File 'lib/croudia/entity/media.rb', line 6 def media_url_https @media_url_https end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
6 7 8 |
# File 'lib/croudia/entity/media.rb', line 6 def type @type end |