Class: Stripe::Account::Controller

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/account.rb

Defined Under Namespace

Classes: Application, Dashboard, Fees, Losses, StripeDashboard

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#applicationObject (readonly)

Returns the value of attribute application.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def application
  @application
end

#dashboardObject (readonly)

Returns the value of attribute dashboard.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def dashboard
  @dashboard
end

#feesObject (readonly)

Returns the value of attribute fees.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def fees
  @fees
end

#is_controllerObject (readonly)

Returns the value of attribute is_controller.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def is_controller
  @is_controller
end

#lossesObject (readonly)

Returns the value of attribute losses.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def losses
  @losses
end

#requirement_collectionObject (readonly)

Returns the value of attribute requirement_collection.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def requirement_collection
  @requirement_collection
end

#stripe_dashboardObject (readonly)

Returns the value of attribute stripe_dashboard.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def stripe_dashboard
  @stripe_dashboard
end

#typeObject (readonly)

Returns the value of attribute type.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def type
  @type
end