Class: Recurly::Resources::PerformanceObligation
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::PerformanceObligation
- Defined in:
- lib/recurly/resources/performance_obligation.rb
Instance Attribute Summary collapse
-
#created_at ⇒ DateTime
Created At.
-
#id ⇒ String
The ID of a performance obligation.
-
#name ⇒ String
Performance Obligation Name.
-
#updated_at ⇒ DateTime
Last updated at.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#created_at ⇒ DateTime
Returns Created At.
11 |
# File 'lib/recurly/resources/performance_obligation.rb', line 11 define_attribute :created_at, DateTime |
#id ⇒ String
Returns The ID of a performance obligation. Performance obligations are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features.
15 |
# File 'lib/recurly/resources/performance_obligation.rb', line 15 define_attribute :id, String |
#name ⇒ String
Returns Performance Obligation Name.
19 |
# File 'lib/recurly/resources/performance_obligation.rb', line 19 define_attribute :name, String |
#updated_at ⇒ DateTime
Returns Last updated at.
23 |
# File 'lib/recurly/resources/performance_obligation.rb', line 23 define_attribute :updated_at, DateTime |