Class: Chargify::Subscription::Component

Inherits:
Base show all
Defined in:
lib/chargify_api_ares.rb

Instance Method Summary collapse

Methods inherited from Base

element_name, #to_xml

Methods inherited from ActiveResource::Base

#save

Instance Method Details

#idObject

All Subscription Components are considered already existing records, but the id isn’t used



180
181
182
# File 'lib/chargify_api_ares.rb', line 180

def id
  self.component_id
end