Class: Etna::Clients::Janus::HtmlResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/etna/clients/janus/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw = '') ⇒ HtmlResponse

Returns a new instance of HtmlResponse.



63
64
65
# File 'lib/etna/clients/janus/models.rb', line 63

def initialize(raw = '')
  @raw = raw
end

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



61
62
63
# File 'lib/etna/clients/janus/models.rb', line 61

def raw
  @raw
end

Instance Method Details

#htmlObject



67
68
69
# File 'lib/etna/clients/janus/models.rb', line 67

def html
  @raw
end