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.



56
57
58
# File 'lib/etna/clients/janus/models.rb', line 56

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

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



54
55
56
# File 'lib/etna/clients/janus/models.rb', line 54

def raw
  @raw
end

Instance Method Details

#htmlObject



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

def html
  @raw
end