Class: Recurly::Resources::Site
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::Site
- Defined in:
- lib/recurly/resources/site.rb
Instance Attribute Summary collapse
- #address ⇒ Address
-
#created_at ⇒ DateTime
Created at.
-
#deleted_at ⇒ DateTime
Deleted at.
-
#features ⇒ Array[String]
A list of features enabled for the site.
-
#id ⇒ String
Site ID.
-
#mode ⇒ String
Mode.
-
#object ⇒ String
Object type.
-
#public_api_key ⇒ String
This value is used to configure RecurlyJS to submit tokenized billing information.
- #settings ⇒ Settings
- #subdomain ⇒ String
-
#updated_at ⇒ DateTime
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
#address ⇒ Address
11 |
# File 'lib/recurly/resources/site.rb', line 11 define_attribute :address, :Address |
#created_at ⇒ DateTime
Returns Created at.
15 |
# File 'lib/recurly/resources/site.rb', line 15 define_attribute :created_at, DateTime |
#deleted_at ⇒ DateTime
Returns Deleted at.
19 |
# File 'lib/recurly/resources/site.rb', line 19 define_attribute :deleted_at, DateTime |
#features ⇒ Array[String]
Returns A list of features enabled for the site.
23 |
# File 'lib/recurly/resources/site.rb', line 23 define_attribute :features, Array, { :item_type => String } |
#id ⇒ String
Returns Site ID.
27 |
# File 'lib/recurly/resources/site.rb', line 27 define_attribute :id, String |
#mode ⇒ String
Returns Mode.
31 |
# File 'lib/recurly/resources/site.rb', line 31 define_attribute :mode, String |
#object ⇒ String
Returns Object type.
35 |
# File 'lib/recurly/resources/site.rb', line 35 define_attribute :object, String |
#public_api_key ⇒ String
Returns This value is used to configure RecurlyJS to submit tokenized billing information.
39 |
# File 'lib/recurly/resources/site.rb', line 39 define_attribute :public_api_key, String |
#settings ⇒ Settings
43 |
# File 'lib/recurly/resources/site.rb', line 43 define_attribute :settings, :Settings |
#subdomain ⇒ String
47 |
# File 'lib/recurly/resources/site.rb', line 47 define_attribute :subdomain, String |
#updated_at ⇒ DateTime
Returns Updated at.
51 |
# File 'lib/recurly/resources/site.rb', line 51 define_attribute :updated_at, DateTime |