Class: Turbo::VisitProposal
- Inherits:
-
Object
- Object
- Turbo::VisitProposal
- Defined in:
- lib/turbo/visit/visit_proposal.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/turbo/visit/visit_proposal.rb', line 3 def end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties.
3 4 5 |
# File 'lib/turbo/visit/visit_proposal.rb', line 3 def properties @properties end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
3 4 5 |
# File 'lib/turbo/visit/visit_proposal.rb', line 3 def url @url end |
Instance Method Details
#initWithURL(url, options: options, properties: properties) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/turbo/visit/visit_proposal.rb', line 5 def initWithURL(url, options: , properties: properties) @url = url raise unless .is_a?(VisitOptions) = @properties = properties || {} self end |