Class: Billogram::Report
- Includes:
- Endpoint
- Defined in:
- lib/billogram/resources/report.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#filename ⇒ Object
(also: #id)
Returns the value of attribute filename.
-
#info ⇒ Object
Returns the value of attribute info.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from Endpoint
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
permalink #content ⇒ Object
Returns the value of attribute content.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def content @content end |
permalink #created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def created_at @created_at end |
permalink #file_type ⇒ Object
Returns the value of attribute file_type.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def file_type @file_type end |
permalink #filename ⇒ Object Also known as: id
Returns the value of attribute filename.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def filename @filename end |
permalink #info ⇒ Object
Returns the value of attribute info.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def info @info end |
permalink #type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/billogram/resources/report.rb', line 5 def type @type end |