Class: EngagingNetworks::Client
- Inherits:
-
API
- Object
- Vertebrae::API
- API
- EngagingNetworks::Client
show all
- Defined in:
- lib/engaging_networks/client.rb
Instance Method Summary
collapse
Methods inherited from API
#default_options, #extract_data_from_params, #post_request_with_get_params, #request_with_options, #request_with_wrapper, #setup
Instance Method Details
#action ⇒ Object
14
15
16
|
# File 'lib/engaging_networks/client.rb', line 14
def action
@action ||= EngagingNetworks::Action.new(client: self)
end
|