Class: RemoteResource::Html::Model
- Defined in:
- lib/remote_resource/html/model.rb
Instance Attribute Summary
Attributes inherited from Model
Class Method Summary collapse
Methods inherited from Model
Methods included from Concerns::Attributes
#attributes, #to_localone_hash
Class Method Details
.connection ⇒ Object
3 4 5 |
# File 'lib/remote_resource/html/model.rb', line 3 def connection @connection ||= RemoteResource::Html::Connection.new end |