Class: RhetButler::Stasis::Document
- Inherits:
-
Object
- Object
- RhetButler::Stasis::Document
- Defined in:
- lib/rhet-butler/stasis.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#source_uri ⇒ Object
Returns the value of attribute source_uri.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/rhet-butler/stasis.rb', line 5 def body @body end |
#source_uri ⇒ Object
Returns the value of attribute source_uri.
5 6 7 |
# File 'lib/rhet-butler/stasis.rb', line 5 def source_uri @source_uri end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/rhet-butler/stasis.rb', line 5 def type @type end |