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.



71
72
73
# File 'lib/etna/clients/janus/models.rb', line 71

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

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



69
70
71
# File 'lib/etna/clients/janus/models.rb', line 69

def raw
  @raw
end

Instance Method Details

#htmlObject



75
76
77
# File 'lib/etna/clients/janus/models.rb', line 75

def html
  @raw
end