Class: Kward::Transport::Attachment
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Attachment
- Defined in:
- lib/kward/transport/contracts.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#mime_type ⇒ Object
readonly
Returns the value of attribute mime_type.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
11 12 13 |
# File 'lib/kward/transport/contracts.rb', line 11 def data @data end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
11 12 13 |
# File 'lib/kward/transport/contracts.rb', line 11 def @metadata end |
#mime_type ⇒ Object (readonly)
Returns the value of attribute mime_type
11 12 13 |
# File 'lib/kward/transport/contracts.rb', line 11 def mime_type @mime_type end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/kward/transport/contracts.rb', line 11 def name @name end |
#url ⇒ Object (readonly)
Returns the value of attribute url
11 12 13 |
# File 'lib/kward/transport/contracts.rb', line 11 def url @url end |