Class: Recurly::Resources::Site

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/site.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#addressAddress

Returns:



11
# File 'lib/recurly/resources/site.rb', line 11

define_attribute :address, :Address

#created_atDateTime

Returns Created at.

Returns:

  • (DateTime)

    Created at



15
# File 'lib/recurly/resources/site.rb', line 15

define_attribute :created_at, DateTime

#deleted_atDateTime

Returns Deleted at.

Returns:

  • (DateTime)

    Deleted at



19
# File 'lib/recurly/resources/site.rb', line 19

define_attribute :deleted_at, DateTime

#featuresArray[String]

Returns A list of features enabled for the site.

Returns:

  • (Array[String])

    A list of features enabled for the site.



23
# File 'lib/recurly/resources/site.rb', line 23

define_attribute :features, Array, { :item_type => String }

#idString

Returns Site ID.

Returns:

  • (String)

    Site ID



27
# File 'lib/recurly/resources/site.rb', line 27

define_attribute :id, String

#modeString

Returns Mode.

Returns:

  • (String)

    Mode



31
# File 'lib/recurly/resources/site.rb', line 31

define_attribute :mode, String

#objectString

Returns Object type.

Returns:

  • (String)

    Object type



35
# File 'lib/recurly/resources/site.rb', line 35

define_attribute :object, String

#public_api_keyString

Returns This value is used to configure RecurlyJS to submit tokenized billing information.

Returns:

  • (String)

    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

#settingsSettings

Returns:



43
# File 'lib/recurly/resources/site.rb', line 43

define_attribute :settings, :Settings

#subdomainString

Returns:

  • (String)


47
# File 'lib/recurly/resources/site.rb', line 47

define_attribute :subdomain, String

#updated_atDateTime

Returns Updated at.

Returns:

  • (DateTime)

    Updated at



51
# File 'lib/recurly/resources/site.rb', line 51

define_attribute :updated_at, DateTime