Class: Billogram::Report

Inherits:
Resource show all
Includes:
Endpoint
Defined in:
lib/billogram/resources/report.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Endpoint

included

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

#contentObject

Returns the value of attribute content.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def content
  @content
end

#created_atObject

Returns the value of attribute created_at.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def created_at
  @created_at
end

#file_typeObject

Returns the value of attribute file_type.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def file_type
  @file_type
end

#filenameObject Also known as: id

Returns the value of attribute filename.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def filename
  @filename
end

#infoObject

Returns the value of attribute info.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def info
  @info
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/billogram/resources/report.rb', line 7

def type
  @type
end