Class: Fastbill::Automatic::Template
- Defined in:
- lib/fastbill-automatic/template.rb
Instance Attribute Summary collapse
-
#template_id ⇒ Object
readonly
Returns the value of attribute template_id.
-
#template_name ⇒ Object
readonly
Returns the value of attribute template_name.
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
clear_request_infos, #initialize, request_infos, request_infos=, #set_attributes
Methods included from Services::Create
Methods included from Services::Get
Constructor Details
This class inherits a constructor from Fastbill::Automatic::Base
Instance Attribute Details
#template_id ⇒ Object (readonly)
Returns the value of attribute template_id.
5 6 7 |
# File 'lib/fastbill-automatic/template.rb', line 5 def template_id @template_id end |
#template_name ⇒ Object (readonly)
Returns the value of attribute template_name.
5 6 7 |
# File 'lib/fastbill-automatic/template.rb', line 5 def template_name @template_name end |
Class Method Details
.create(attributes) ⇒ Object
7 8 9 |
# File 'lib/fastbill-automatic/template.rb', line 7 def self.create(attributes) raise FastbillError.new('Create method not implemented.') end |