Class: Anydoc::Asset
- Inherits:
-
Data
- Object
- Data
- Anydoc::Asset
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#media_type ⇒ Object
readonly
Returns the value of attribute media_type.
-
#origin_part ⇒ Object
readonly
Returns the value of attribute origin_part.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
23 24 25 |
# File 'lib/anydoc.rb', line 23 def data @data end |
#id ⇒ Object (readonly)
Returns the value of attribute id
23 24 25 |
# File 'lib/anydoc.rb', line 23 def id @id end |
#media_type ⇒ Object (readonly)
Returns the value of attribute media_type
23 24 25 |
# File 'lib/anydoc.rb', line 23 def media_type @media_type end |
#origin_part ⇒ Object (readonly)
Returns the value of attribute origin_part
23 24 25 |
# File 'lib/anydoc.rb', line 23 def origin_part @origin_part end |